Welcome![Sign In][Sign Up]
Location:
Search - window socket

Search list

[Internet-Networksockets

Description: 1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(send/recv)。 7、返回,等待另一客户请求。 8、关闭套接字。 客户端程序: 1、加载套接字库 2、创建套接字(socket)。 3、向服务器发出连接请求(connect)。 4、和服务器端进行通信(send/recv)。 5、关闭套接字。-Windows Application dialog box is the most important element of the user interface is an important means of interacting with the user, the program is running, the dialog box can be used to capture user input information or data. Dialog box is a special type of window, any window operations (such as: mobile, maximize, minimize, etc.) can be implemented in the dialog box, in general, through a variety of controls in the dialog box (such as: buttons, edit boxes, list boxes, combo boxes, etc.) and user interaction. Internal control is defined in the system used and the basic unit of user interaction.
Platform: | Size: 2048 | Author: pingzong | Hits:

[ICQ-IM-Chatmini-QQ

Description: KittenTransfer 该程序是为局域网即时通信开发,难点之一在于局域网内用户列表的建立。当KittenTransfer启动时,首先向局域网内所有启动了KittenTransfer的用户发送一条广播消息,收到消息后,在用户列表中添加发送广播消息的用户。当用户退出KittenTransfer时, 也发送一条广播消息通知其他用户,之后其他用户将用户列表中的该用户删除。启动KittenTransfer后,可以实现与多用户的即时通信,文件传输。消息窗口采用Java Socket处理。-KittenTransfer The program is developed for the LAN instant messaging, one of the difficulties lies in the establishment of a list of LAN users. When KittenTransfer starts, the first to start a KittenTransfer all LAN users to send a broadcast message, receiving the news, in the user list to add the user to send broadcast messages. When the user exits KittenTransfer, they send a broadcast message to notify other users, then other users in the user list, the user deleted. Start KittenTransfer, you can achieve with multi-user instant messaging, file transfer. Message window using Java Socket processing.
Platform: | Size: 137216 | Author: 盛宇帆 | Hits:

[Communicationjava

Description: 这是一个客户端与服务端进行通信的java小程序,使用socket通信,当从客户端输入窗口提示的通关语,则会在窗口显示从服务器端发来的通过信息。-This is a client and server-side java applets to communicate using socket communication, input from the client window when the prompt clearance language, will be displayed in the window sent from the server side through information.
Platform: | Size: 3072 | Author: 江寒月 | Hits:

[WEB CodeQJ-JSwebgame

Description: 作者: 天秤座 OICQ: 56559574 演示: http://socket.qjblog.net =================================== 此版本仅为演示版本,所写的html,js,php文件均未完善与整理,可读性很差 此版本可能没有下一版本或最终版本,不要期待 =================================== 安装方法(服务器必须支持PHP): 1. 用记事本打开 main.html 设置socket服务器与端口 2. 用记事本打开 server.php 设置socket服务器与端口,以上面的设置必须相同 3. 用记事本打开 server.bat 设置php.exe路径(修改 C:\\php\php-exe) 4. 双击 server.bat.启动完成,不要关闭bat窗口 ================================== · map.html 为地图制作工具,此文件仅在 IE8 中调试过。 · 场景为flash文件,不用跟我拿源文件,swf里面就一张jpg图,没有AS脚本 · socket.swf 内置socket as脚本,使用js (js/qj_socket.js) 可以通信-Author: Libra OICQ: 56559574 Demo: http://socket.qjblog.net =================================== This version is only demo version, written in html, js, php files were not complete and the finishing, poor readability This release may not be the next version or final version, do not expect =================================== Installation method (server must support PHP): 1. Main.html use Notepad to open socket server and port settings 2. Server.php use Notepad to open socket server and port settings to the above must be the same 3. Use Notepad to open server.bat set php.exe path (modify C: \ \ php \ php-exe) Double-click server.bat. Startup is complete, do not close the bat window ================================== · Map.html for the Map Maker, the file only in IE8 debugging. * The scene for the flash file, do not get me the source file, swf inside a jpg on the map, there is no script AS · Socket.swf built-in socket as the script, using js (j
Platform: | Size: 566272 | Author: bemywife | Hits:

[Internet-NetworkPCSocket

Description: 注册窗口消息的socket,可以动态的启动accept-Registered window message socket, can accept dynamic start
Platform: | Size: 3072 | Author: adb | Hits:

[Internet-NetworkNetwork-Lab-Manual

Description: This contains TCP and UDP socket programming and simulation pf sliding window protocol
Platform: | Size: 12288 | Author: Narayanan.S | Hits:

[Internet-Networktime

Description: The following program uses the Daytime protocol to obtain the date and time from port 13 of user-specified host(s). It provides a text field for input of the host name by the user and a text area for output of the host’s response. There are also two buttons, one that the user presses after entry of the host name and the other that closes down the program. The text area is ‘wrapped’ in a JScrollPane, to cater for long lines of output, while the buttons are laid out on a separate panel. The application frame itself will handle the processing of button presses, and so implements the ActionListener interface. The window-closing code (encapsulated in an anonymous WindowAdapter object) ensures that any socket that has been opened is closed before exit from the program.
Platform: | Size: 2048 | Author: linchunhong | Hits:

[ICQ-IM-ChatQQ

Description: 这个程序是socket编程写的 主要功能,点对点聊天,窗口抖动,截图-This program is written in the main function of socket programming, peer chat, the window shake, screenshots
Platform: | Size: 44121088 | Author: 何飞 | Hits:

[Internet-NetworkwindowssocektAPI

Description: C++网络通信SOCKET(WINDOW API封装) 异步通信,支持接收超时控制-C++ Network Communications
Platform: | Size: 3072 | Author: 四连小兵 | Hits:

[CommunicationVB_60_LAN_Sockets

Description: VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typically the easiest way to configure the Instrument for LAN communication. DHCP automatically assigns a dynamic IP address to a device on a network. See the User s Guide for more information and how to set it up on the instrument. Connect a LAN cable and verify communication. In a DOS Window, (Run-> Command from the START menu of many Windows operating systems) type ping and the IP address of the product. For further information, see the Agilent Technologies USB/LAN/GPIB Connectivity Guide, which you can download from the Agilent web site at http://www.agilent.com/find/connectivity in the section Manuals, Guides & Notifications. Once you have established communication with the product, enter the IP address in the program for an example of instrument control using socket
Platform: | Size: 7168 | Author: forest | Hits:

[Internet-NetworkWinToLinuxSocket

Description: 本代码实现了一个window和linux的Socket通信程序,使用C++语言编写。Linux是Server端、Windows是Client端-This Source code is used to build connection between Linux and Windows. Windows is client and Linux is server.
Platform: | Size: 2048 | Author: 李伟 | Hits:

[Dialog_WindowPSB_WINDOWS

Description: 该程序是用C语言编写的,基于windows图形界面编程,调用了Win32.h,WinSock.h库和plink,用plink更方便快捷的执行远程主机上的命令,Plink是PuTTY 的命令行连接工具,主要用于自动化工作的处理,主要有视窗和讯息,socket通信,MD5加密函数,最小托盘功能的实现-The program is written in C, windows-based graphical programming interface, call the Win32.h, WinSock.h library and plink, plink more convenient and efficient implementation of the command on the remote host of Plink PuTTY command-line connection toolmainly used for automated processing, the main window and the message, socket communication, MD5 encryption function, the minimum tray function
Platform: | Size: 196608 | Author: cc | Hits:

[Windows DevelopOS_V1.0

Description: 刚出来半年的时候,自己为了练习,自己封装的一套windows和linux的系统接口,还有socket网络编程接口。还专门写了一个window是下面的模块测试软件。注意,linux由于后面时间问题,没有测试,也没有完善。希望能对初学者们有用。-Just out of half a year, his to practice, a set of Windows and packaging of Linux system interface, and socket network programming interface. Technically still wrote a window is the module testing software. Note, Linux behind because time problem, not test, also did not improve. Hope to the useful for beginners.
Platform: | Size: 9308160 | Author: zhaohang | Hits:

[Internet-NetworkchatJAVA

Description: 基于socket通信的客服端和服务器端的通信。简单的聊天系统,内部涉及窗口的一些操作和多线程-Based on socket communication, customer and server communication. Simple chat system, internal covering of the window operation and multi-threaded.
Platform: | Size: 86016 | Author: lulu | Hits:

[Video CaptureH263

Description: 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to YUV format, the YUV format for h.263 encoding, set up a socket server and client, between the tcp protocol for transmission, where the computer is a server-side window mobile phone client, 263 files from the server, the client sends to the client, the transfer is complete, the use of ported to wm h.263 decoder from ffmpeg to decode YUV format video, and then converted to RGB24 format, you can display a.
Platform: | Size: 8759296 | Author: 红枫 | Hits:

[Internet-NetworkLesson17Code

Description: window下的进程间的通信,其中包括上socket等等,非常具有学习的意义- Window of communications between the process, including the socket on the and so on, very the significance of learning
Platform: | Size: 234496 | Author: chenjd | Hits:

[CommunicationUDP

Description: 基于UDP协议的客户端与服务端的交互窗口,及套接字的使用-Based on the UDP protocol client server interactive window, and the use of socket
Platform: | Size: 2924544 | Author: 耿莹 | Hits:

[ConsoleNet

Description: 基于UDP协议的多窗口聊天功能实现,强化了套接字的学习-Based on the UDP protocol, multi-window chat functions, and strengthen the learning of the socket
Platform: | Size: 2961408 | Author: 耿莹 | Hits:

[Remote Controlwindows-to-linux-sockt

Description: Windows Linux socket 通讯,可用于嵌入式控制通讯,linux server 为C 有原码,Windows 为C++ MFC图行窗口输入.-Windows Linux socket communication, can be used in the embedded control communications, Linux server for C have the original code, Windows for C++ MFC diagram line window input.
Platform: | Size: 135168 | Author: zhongyin | Hits:

[Program docTCP-IP_Protocols_NO2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -The book is complete and detailed description of the TCP/IP protocol and how to achieve it. The book gives about 500 Legend 15000 line of the actual operation of the C code, using the example of teaching methods to help you master TCP/IP implementation. The book not only describes the socket API and protocol family relations as well as the host with the router implementation difference. 4.4BSD-Lite version also introduced new features, such as multicasting, long fat pipe support, window scale timestamp option as well as other topics. Readers reading this book, you should have the basic knowledge about TCP/IP, set forth in Volume 1. Book applicable to hope to understand how to implement TCP/TP protocol, including programmers writing network applications using TCP/IP to maintain the computer network system administrator.
Platform: | Size: 30045184 | Author: 王建民 | Hits:
« 1 2 3 4 5 6 7 89 10 »

CodeBus www.codebus.net